org.eclipse.vtp.desktop.projects.core.event
Class ObjectRefreshEvent

java.lang.Object
  extended by org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
      extended by org.eclipse.vtp.desktop.projects.core.event.ObjectRefreshEvent

public class ObjectRefreshEvent
extends ObjectEvent

This class represents and event that indicates that an object has changed and any visual displays of its data should be updated.

Version:
2.0
Author:
Trip Gilman

Field Summary
 
Fields inherited from class org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
objectId, time
 
Constructor Summary
ObjectRefreshEvent(java.lang.String objectId)
          Creates a new object refresh event for the given object id.
 
Method Summary
 
Methods inherited from class org.eclipse.vtp.desktop.projects.core.internals.event.ObjectEvent
getObjectId, getTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectRefreshEvent

public ObjectRefreshEvent(java.lang.String objectId)
Creates a new object refresh event for the given object id.

Parameters:
objectId - An identifier of the object that has changed